Skip to content

Conversation

@Parvinmh
Copy link
Contributor

@Parvinmh Parvinmh commented Oct 1, 2025

No description provided.

@vercel
Copy link

vercel bot commented Oct 1, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
intro-js Error Error Oct 2, 2025 10:40am

@vercel
Copy link

vercel bot commented Nov 6, 2025

@Parvinmh is attempting to deploy a commit to the Pean Team on Vercel.

A member of the Team first needs to authorize it.

* Resume idle timers when page becomes visible
*/
private resumeIdleTimers(): void {
// Implementation for resuming idle timers
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These need to be implemented I assume?

updatedAt?: string;
author?: string;
tags?: string[];
priority?: number; // Priority for when multiple campaigns match (higher = higher priority)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this currently implemented?

if (this.isInitialized) return;

// Track session count
const sessionCountKey = "introjs-campaign-session-count";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be in configs.

updateStatus('Initializing campaigns from JSON file...');

// Initialize campaigns from JSON file (correct path for this directory)
await introJs.initializeCampaigns("./campaigns/first-visit-tour.json");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How this would work in a browser environment? How do we do file I/O when running in browser context?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants